home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
v cisle
/
acehtml
/
acehtmlfreeware.exe
/
scriptdef
/
Popup Page.sd
< prev
next >
Wrap
INI File
|
2004-06-28
|
576b
|
38 lines
[SUBJECT]
Description=Redirect to a new page after 5 seconds
ImageIndex=-1
Folder=Tools
[HEAD_TEXT]
;<script language="JavaScript">
;<!-- Begin
;function popupPage() {
;var page = "`URL`";
;windowprops = "height=`height`,width=`width`,location=no," + "scrollbars=no,menubars=no,toolbars=no,resizable=yes";
;window.open(page, "Popup", windowprops);
;}
;// End -->
;</script>
;
[BODY_TAG]
;onLoad="setTimeout('popupPage()', 5000);"
[`URL`]
Kind=S
Value=http://www.yahoo.com
[`height`]
Kind=S
Value=400
[`width`]
Kind=S
Value=500